home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / jovept2.arc / TERMCAP.H < prev    next >
Text File  |  1985-05-30  |  768b  |  25 lines

  1. /* Termcap definitions */
  2.  
  3. extern char    *UP,    /* Scroll reverse, or up */
  4.         *VT,    /* If on vt100 */
  5.         *SO,    /* Start standout */
  6.         *SE,    /* End standout */
  7.         *CM,    /* The cursor motion string */
  8.         *CL,    /* Clear screen */
  9.         *CE,    /* Clear to end of line */
  10.         *HO,    /* Home cursor */
  11.         *AL,    /* Addline (insert line) */
  12.         *DL,    /* Delete line */
  13.         *IS,    /* Initial start */
  14.         *VS,    /* Visual start */
  15.         *VE,    /* Visual end */
  16.         *IC,    /* Insert char */
  17.         *DC,    /* Delete char */
  18.         *IM,    /* Insert mode */
  19.         *EI,    /* End insert mode */
  20.         *LL,    /* Last line, first column */
  21.         *SR,    /* Scroll reverse */
  22.         *VB;    /* Visible bell */
  23.  
  24. /* end */
  25.